home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Full / Panda Internet Security 2009 / IS09PROMO3M.exe / [0] / Files / Config.dll / 0 / RCDATA / TFORMCONFIGDETECCIONPS / TFORMCONFIGDETECCIONPS.txt < prev   
Text File  |  2008-07-21  |  3KB  |  110 lines

  1. object FormConfigDeteccionPS: TFormConfigDeteccionPS
  2.   Left = 324
  3.   Top = 228
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Configurar an∩┐╜lisis de comportamiento'
  7.   ClientHeight = 172
  8.   ClientWidth = 525
  9.   Color = 14609391
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object BAceptar: TPlaButton
  23.     Left = 321
  24.     Top = 134
  25.     Width = 90
  26.     Height = 21
  27.     Anchors = [akRight, akBottom]
  28.     Caption = '&Aceptar'
  29.     Font.Charset = ANSI_CHARSET
  30.     Font.Color = clWindowText
  31.     Font.Height = -11
  32.     Font.Name = 'Tahoma'
  33.     Font.Style = []
  34.     ParentFont = False
  35.     TabOrder = 0
  36.     OnClick = BAceptarClick
  37.   end
  38.   object BCancelar: TPlaButton
  39.     Left = 419
  40.     Top = 134
  41.     Width = 90
  42.     Height = 21
  43.     Anchors = [akRight, akBottom]
  44.     Caption = '&Cancelar'
  45.     Font.Charset = ANSI_CHARSET
  46.     Font.Color = clWindowText
  47.     Font.Height = -11
  48.     Font.Name = 'Tahoma'
  49.     Font.Style = []
  50.     ParentFont = False
  51.     TabOrder = 1
  52.     OnClick = BCancelarClick
  53.     Cancel = True
  54.     ModalResult = 2
  55.   end
  56.   object PlaGroupBox2: TPlaGroupBox
  57.     Left = 13
  58.     Top = 11
  59.     Width = 496
  60.     Height = 107
  61.     TitleFont.Charset = DEFAULT_CHARSET
  62.     TitleFont.Color = 13977088
  63.     TitleFont.Height = -11
  64.     TitleFont.Name = 'Tahoma'
  65.     TitleFont.Style = []
  66.     Caption = 'Avisos'
  67.     Font.Charset = DEFAULT_CHARSET
  68.     Font.Color = clWindowText
  69.     Font.Height = -11
  70.     Font.Name = 'MS Sans Serif'
  71.     Font.Style = []
  72.     ParentFont = False
  73.     TabOrder = 2
  74.     object Label2: TLabel
  75.       Left = 57
  76.       Top = 22
  77.       Width = 424
  78.       Height = 26
  79.       AutoSize = False
  80.       Caption = 
  81.         'Establece si deseas que se muestren alertas locales en caso de q' +
  82.         'ue se encuentren virus u otras amenazas desconocidas en tu PC.'
  83.       Transparent = True
  84.       WordWrap = True
  85.     end
  86.     object Image4: TImage
  87.       Left = 10
  88.       Top = 22
  89.       Width = 32
  90.       Height = 32
  91.       Picture.Data = {<image001.bmp>}
  92.       Transparent = True
  93.     end
  94.     object CBAvisarSospechosos: TPlaCheckBox
  95.       Left = 57
  96.       Top = 69
  97.       Width = 424
  98.       Height = 16
  99.       Caption = 
  100.         'Mostrar alerta en caso de detecci∩┐╜n de un virus u otra amenaza d' +
  101.         'esconocida'
  102.       Constraints.MaxWidth = 424
  103.       Constraints.MinWidth = 424
  104.       TabOrder = 0
  105.       OnClick = CBAvisarSospechososClick
  106.       WordWrap = True
  107.     end
  108.   end
  109. end
  110.